-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add & remove ansible role #14556
add & remove ansible role #14556
Conversation
trigger: test-robottelo |
PRT Result
|
f3945c8
to
60f11b1
Compare
trigger: test-robottelo |
PRT Result
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me need to wait for airgun
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we remove step 1 as well, as we are not using function_host.register() method anywhere in test module?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall, but please do change adding the role tot he host from an API call to a UI action.
60f11b1
to
ac1fd5c
Compare
22c0a39
to
7e28915
Compare
trigger: test-robottelo |
0e99a23
to
16278e5
Compare
PRT Result
|
trigger: test-robottelo |
PRT Result
|
trigger: test-robottelo |
PRT Result
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack
Non-blocking: Please confirm step 1 which says 'Register a RHEL host to a Satellite', is it part of setup
or steps
? shift to new section or remove that.
f9f3ad4
to
e21ed91
Compare
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
trigger: test-robottelo |
PRT Result
|
* add remove ansible role from host * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (cherry picked from commit 2d915bc)
* add remove ansible role from host * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (cherry picked from commit 2d915bc)
* add remove ansible role from host * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Problem Statement
Ansible role should be added and removed for new_ui host
Solution
Added test coverage to resolve above problem statement
Additional info
Removed
test_positive_assign_role_in_new_ui
, because single test case is covering add and remove scenario.Dependent PR: SatelliteQE/airgun#1347